Shifts the current value left by the specified number of bits.
Discards the high-order bits that are outside the range of the result type and sets the low-order empty bit positions to zero.
DecimalM INumeric<DecimalM>.LeftShift(
int count
)Private Function LeftShift (
count As Integer
) As DecimalM Implements INumeric(Of DecimalM).LeftShiftprivate:
virtual DecimalM LeftShift(
int count
) sealed = INumeric<DecimalM>::LeftShiftprivate abstract LeftShift :
count : int -> DecimalM
private override LeftShift :
count : int -> DecimalM